home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %1. == . goto error
- doom -file %1.wad -devparm -wart %2 %3 -skill %4
- echo.
- echo Hope you didn't find that too hard!!!
- goto end
- :error
- echo.
- echo ┌─────────────────────────────────────────────────────────────┐
- echo │ - To Play ⌡ÆÿmÆÑ's Awesome Kick Ass Level - │ ▒
- echo │ Episode 2 Level 2 │ ▒
- echo │ │ ▒
- echo │ Type: pwad panic! _episode _level _skill │ ▒
- echo │ where _episode is 2 _level is 2 and _skill is up to you │ ▒
- echo │ │ ▒
- echo └─────────────────────────────────────────────────────────────┘ ▒
- echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
- echo.
- echo !!Happy DOOMing!!
- :end
-
-
-
-
-
-